x86/pv: Rename v->arch.pv_vcpu to v->arch.pv
authorAndrew Cooper <andrew.cooper3@citrix.com>
Tue, 28 Aug 2018 15:50:27 +0000 (15:50 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 30 Aug 2018 09:36:01 +0000 (10:36 +0100)
commitfc5e7213f4f84b28c0557c8dbe16573f76932866
treede428b06203c832a90b245677dc8674234140dc5
parent091fcec52b427cec0e165750386139130c9beae6
x86/pv: Rename v->arch.pv_vcpu to v->arch.pv

The trailing _vcpu suffix is redundant, but adds to code volume.  Drop it.

Reflow lines as appropriate, and switch to using the new XFREE/etc wrappers
where applicable.

No functional change.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
29 files changed:
xen/arch/x86/cpu/amd.c
xen/arch/x86/cpu/intel.c
xen/arch/x86/cpuid.c
xen/arch/x86/domain.c
xen/arch/x86/domain_page.c
xen/arch/x86/domctl.c
xen/arch/x86/i387.c
xen/arch/x86/mm.c
xen/arch/x86/physdev.c
xen/arch/x86/pv/callback.c
xen/arch/x86/pv/descriptor-tables.c
xen/arch/x86/pv/dom0_build.c
xen/arch/x86/pv/domain.c
xen/arch/x86/pv/emul-gate-op.c
xen/arch/x86/pv/emul-priv-op.c
xen/arch/x86/pv/iret.c
xen/arch/x86/pv/misc-hypercalls.c
xen/arch/x86/pv/mm.c
xen/arch/x86/pv/traps.c
xen/arch/x86/time.c
xen/arch/x86/traps.c
xen/arch/x86/x86_64/asm-offsets.c
xen/arch/x86/x86_64/entry.S
xen/arch/x86/x86_64/mm.c
xen/arch/x86/x86_64/traps.c
xen/arch/x86/x86_emulate.c
xen/include/asm-x86/domain.h
xen/include/asm-x86/ldt.h
xen/include/asm-x86/pv/traps.h